Following are the security requirements of the SharePoint Server and the Internet Information Services (IIS) server:
If the BlueCielo Web Service will be run by an account other than NT AUTHORITY\NETWORK SERVICE or the BlueCielo Federated Connector will be used for search integration as described in About using the BlueCielo Federated Connector, then Kerberos authentication must be configured.
For more information about Kerberos configuration, see the following web resources:
Fun with the Kerberos Delegation website
Kerberos Authentication problems – Service Principal Name (SPN) issues - Part 1
DelegConfig v1 (Delegation / Kerberos Configuration Tool)
<system.web>
<authentication mode="Windows" />
<identity impersonate="true" />
<pages enableSessionState="true" ... >
</pages>
<trust level="Full" originUrl="" />
</system.web>
Tip To aid with configuring these settings, a SharePoint solution is available in the distribution package in the WebConfigModifications Setup folder.